html {
    font-size: 62.5%;
    background-color: #343434;
}

body {
    background: #fff;
}

.container {
    position: relative;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    z-index: 600;
    background: rgba(255, 255, 255, 0.5);
}

.main-header {
    position: relative;
    padding: 10px 0 0 38px;
}


/* School Name
==============*/

.school-name {
    font-size: 6rem;
    margin: -9px 0 0 40px;
    letter-spacing: -3px;
}

.school-name span:last-of-type {
    font-size: 3.6rem;
    margin-top: 8px;
}

.content-container {
    position: relative;
    width: 800px;
    min-height: 300px;
    padding: 30px 90px;
    margin: 0 auto;
}

.login-link a {
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 101;
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 1.8;
    text-align: right;
    background-color: #e86105;
}

.login-responsive {
    display: none;
}

.page-title {
    margin-bottom: 10px;
}

footer {
    height: 26px;
    background: #343434;
    border-top: 1px solid #212e88;
}

.img-wrap {
    position: relative;
    min-height: 480px;
    height: 52vh;
}

.full-width-slide {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}


/* Slide Descriptions
=====================*/

.g-descriptions {
    position: absolute;
    right: 28px;
    top: 220px;
    font-family: 'Roboto Slab', 'Hoefler Text', Constantia, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
    color: #fff;
    text-align: right;
    z-index: 10;
}

.g-descriptions .gallery-title {
    display: none;
    font-size: 7.5rem;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.45);
}

.g-descriptions .gallery-title.show {
    display: block;
}

.fs {
    font-size: 2.8rem!important
}


}
h3.gallery-title.[class*="g-title-"].fs {
    position: relative;
    font-size: 2.8rem;
    line-height: 1.3;
    margin-top: 10px;
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.45);
}
.g-descriptions h2::after {
    position: absolute;
    top: 78px;
    right: 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
}
.g-descriptions h3 span {
    display: block;
}

/* Navigation
============= */
.main-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 101;
    height: auto;
    outline: none;
}
.main-nav h2 {
    display: none;
}
.main-nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}
.main-nav ul li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 37px;
    margin: 0 20px;
}
.main-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Roboto Slab', 'Hoefler Text', Constantia, Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
}

/* Change the background position to show the correct image for each navigation
   button within the sprite */
.main-nav ul li::before,
.main-nav ul li::after {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: green;
    transition: ease 0.2s width;
}
.main-nav ul li::after {
    top: 28px;
}
.main-nav ul li:focus::before,
.main-nav ul li:focus::after,
.main-nav ul li:hover::before,
.main-nav ul li:hover::after {
    width: 100%;
}
.main-nav ul li::before {
    top: 0;
}

/* Pop Ups */

/* Styles for ALL pop-up menus added here, styles for individual menus added below */
.main-nav ul li ul {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 102;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.main-nav ul li ul::before {
    position: absolute;
    top: -10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.main-nav ul li ul::after {
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    /* background:Red; */
}
.main-nav ul li ul,
.main-nav ul li ul li {
    width: 226px;
}
.main-nav ul li.ps_nav-top-level:focus ul,
.main-nav ul li.ps_nav-top-level:hover ul {
    display: block;
}
.main-nav ul li.ps_nav-top-level:focus ul ul,
.main-nav ul li.ps_nav-top-level:hover ul ul {
    display: none;
}
.main-nav li ul li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-indent: 0;
    background: none;
}
.main-nav ul li:nth-child(6) ul {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.main-nav ul li:nth-child(6) ul::before {
    right: 28px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.main-nav li ul li:focus,
.main-nav li ul li:hover {
    background-color: green;
}
.main-nav ul li ul li::after,
.main-nav ul li ul li::before {
    display: none;
}
.main-nav li ul li a {
    display: block;
    width: auto;
    padding: 4px 7px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    text-shadow: none;
    color: black;
    font-size: 1.6rem;
    font-family: 'Roboto', 'Segoe UI', Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* To style the hover effects for the links in the popup menus
   Styles for ALL menus added here, styles for individual menus added below */
.main-nav li ul li a:hover {
    color: #fff;
}
.main-nav ul li ul li:not(:last-child) {
    border-bottom: 1px solid #dbdbdc;
}

/* Footer Links
=============== */
.footer-links {
    position: relative;
    margin: 0 auto;
}
.footer-links ul {
    list-style: none;
}
.footer-links li {
    display: inline-block;
    margin: 0 7px;
    line-height: 26px;
}
.footer-links .psa-foot {
    line-height: 25px;
    font-size: 1.2rem;
}
.footer-left {
    float: left;
}
.footer-links .desktop-only {
    text-transform: capitalize;
}
.footer-links .l-link::after {
    content: '\0049';
    color: #a98a10;
    font-size: 1.4rem;
}

/* Latest News */
.news-items {
    width: 650px;
}

/* Scroll to top button
======================= */
.scroll-top {
    border: 1px solid #dfdfdf;
    color: #fff;
    background-color: #ffbb00bb;
    bottom: 27px;
    margin-right: 0;
    border-radius: 0;
}
.scroll-top:hover {
    background: #ffbb00bb;
}

/* TOP LINKS
============*/
.top-links {
    position: absolute;
    top: 40px;
    right: 0;
    height: 75px;
    width: 180px;
    font-size: 0;
}
.top-links .cp-content-wrap {
    display: inline-block;
    width: 90px;
    height: 100%;
}
.top-links .cp-content-wrap .cp-content-trigger {
    display: block;
    position: relative;
    height: 100%;
}
.top-links .cp-trigger-active::after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    z-index: 40;
}
.top-links .cp-content-wrap .cp-icon-wrap span {
    display: block;
}
.top-links .cp-icon-wrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding-top: 13px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}
.top-links .cp-icon-wrap .cp-icon-name,
.top-links .cp-icon-wrap .cp-font-icon {
    position: relative;
    z-index: 4;
}
.top-links .cp-content-wrap:nth-of-type(1) .cp-content-trigger {
    background: green;
}
.top-links .cp-content-wrap:nth-of-type(2) .cp-content-trigger {
    background: #FFA500;
}
.top-links .cp-content-wrap .cp-content-trigger .cp-icon-wrap::before {
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    content: '';
    border-right: 50px solid transparent;
    border-bottom: 75px solid green;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: ease 0.2s transform;
}
.top-links .cp-content-wrap .cp-content-trigger:focus .cp-icon-wrap::before,
.top-links .cp-content-wrap .cp-content-trigger:hover .cp-icon-wrap::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-links .cp-font-icon {
    font-size: 2.7rem;
}
.top-links .cp-icon-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 7px;
    transition: ease 0.2s color;
}
.top-links .cp-content-wrap .cp-content-trigger:focus .cp-icon-name,
.top-links .cp-content-wrap .cp-content-trigger:hover .cp-icon-name {
    color: #ffdc63;
}
.top-links .cp-content-block {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    background: green;
}
.top-links .cp-content-wrap:nth-of-type(1) .cp-content-block {
    width: 286px;
}
.top-links .cp-content-wrap:nth-of-type(2) .cp-content-block {
    width: 259px;
}

/* Google Search
================ */
.google-search {
    position: absolute;
    top: 20px;
    left: 10px;
}

/* Google Translate */
#google_translate_element {
    position: absolute;
    width: 260px;
    height: 34px;
    border-radius: 15px;
    top: 20px;
    left: 9px;
}
.goog-te-gadget-simple {
    width: 240px;
    height: 29px;
    border: 1px solid #fff!important;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.goog-te-gadget-simple span {
    display: inline-block;
    line-height: 34px;
    margin-top: -1px;
}
.goog-te-menu-value span:first-child {
    width: 180px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    position: relative;
}
.goog-te-menu-value span+img+span {
    color: #fff!important;
    border-left-color: #ffbb00!important;
    width: 18px;
    margin-left: -21px!important;
    border-radius: 10px;
}
.goog-te-menu-value>span+img+span {
    height: 22px;
    line-height: 34px;
    margin-top: -1px;
    font-size: 1.4rem;
    background: #ffbb00;
    padding: 1px 10px 11px 6px;
    margin-left: -5px;
}
.goog-te-banner-frame {
    position: absolute!important;
    top: -40px!important;
}
@media(max-width:1275px) {
    .school-name {
        font-size: 5rem;
    }
    
    .school-name span:last-of-type {
        font-size: 3rem;
    }
}
@media(max-width:1130px) {
    .main-nav ul li {
        margin: 0 9px;
    }
}
@media(max-width:1080px) {
    .school-name {
        margin: -9px 0 0 10px;
    }
    
    .school-name {
        font-size: 4.5rem;
    }
    
    .footer-links {
        font-size: 1.3rem;
    }
    
    .footer-links li {
        margin: 0 2px;
    }
}
@media(max-width:1040px) {
    .main-header {
        padding: 10px 0 0 8px;
    }
    
    .school-name {
        font-size: 4.4rem;
    }
}
@media (max-height:900px) {
    .g-descriptions .gallery-title {
        font-size: 5rem;
    }
    
    .g-descriptions h3 {
        font-size: 1.8rem;
    }
    
    .g-descriptions h2::after {
        top: 59px;
    }
}